This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Yentl Chugeromanakoi 19.Jan.04 10:32 PM a Web browser Notes Client6.5All Platforms
Hi!
Excuse the simplicity of this problem, but it just seems too easy to not be working :-)
Here's my setup...
Domino Server 6.5 on Machine1
Notes Client 6.5 Client on Machine2
On the the machine with Notes 6.5 client (Machine2), I've configured the user settings through the UI. Now, I'm trying to make a simple COM call through VB with the following code:
dim n as new NotesSession
dim r as NotesRegistration
n.Initialize("password")
set r = n.CreateRegistration()
r.RegistrationServer = "mail/dom65"
r.GetUserInfo("user1")
Everything is smooth until I call "GetUserInfo", where after a few seconds, it crashes with the following error:
I've tried VB and Python, but nothing works! Doesn't this seem too simple to be failing? :-)
Interesting point!! If I install the Notes 6.0 (not 6.5) client, and point that to my 6.5 server, the API call works fine! This is leading me to think there is a bug in the Notes 6.5 COM API...
Anyone else have experience with this?
Thanks in advance for the help, and any help offered is GREATLY appreciated!! :-)